diff options
| author | Drahflow <drahflow@gmx.de> | 2015-06-19 00:38:18 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-06-19 00:38:18 +0200 |
| commit | 883fec1551311c77436ae8126ce48f334f54343e (patch) | |
| tree | ba457532a6a541b1a5bcc58af63eef656d406343 | |
| parent | 3898041ff49e916f9d8581a46f659b36b17541a7 (diff) | |
Some TODO progress
| -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 |
