diff options
| -rw-r--r-- | TODO | 3 | ||||
| -rw-r--r-- | elymas/lib/map.ey | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,6 @@ * apply the trace extractor to non-tail situations +* implement the GC-based function opcode forwarding +* allow stack manipulation at site of uppermost ARRAYMARKER * utf8 * regex substitution * asm-based regex engine @@ -6,7 +8,6 @@ * txt .consume .u sollte nicht negative Zahlen liefern * evtl. BigNums bauen und die Int-Funktionen entsprechend machen * trigonometrics -* make jmp-pads after optimization rewrite call site if ... /rax movqImmReg; /rax :callqReg pattern * testsuite (incl. coverage test) diff --git a/elymas/lib/map.ey b/elymas/lib/map.ey index a58ac58..564914c 100644 --- a/elymas/lib/map.ey +++ b/elymas/lib/map.ey @@ -1,6 +1,6 @@ < 0 ==m # placeholder, zero value is never read - { m .v -01 . }' [ 0 ] [ 0 ] '' =*:access + { m .v -01 . }' [ 0 ] [ 0 ] '' /access deffd { =m access }' "#*" defmd { [ 0 ] }" "#in" deffd { [ 0 ] }" "#out" deffd |
