Age | Commit message (Collapse) | Author |
|
+ Labels require expressions after them when compiled with clang
+ CFLAGS is predefined by bmake to use DEBUG, remove it since it
was kind of pointless anyway
+ Tests don't yet pass, apparently openbsd disagrees with some of my
runtime type decisions
|
|
|
|
|
|
|
|
|
|
|
|
+ Should be more difficult to make mistakes in the future, ejit can now
automatically keep track of how many register slots are used and if 64
bit mode is required. Slight runtime overhead, but not too bad.
|
|
|
|
+ An attempt at speeding up function calls in the interpreted mode
|
|
|
|
|