Commit Graph

861 Commits (6e6f31835ea8fb7090b5aaadc97514b2029872bc)
 

Author SHA1 Message Date
Dibyendu Majumdar 62e892e6aa issue #60 add optimized versions of table access with integer keys
9 years ago
Dibyendu Majumdar ff1bffb415 issue #60 JIT compile GETTABLE_S
9 years ago
Dibyendu Majumdar f04c5febd6 issue #60 JIT compile GETTABLE_S
9 years ago
Dibyendu Majumdar 8b640c25fd issue #60 more work on specialized table ops
9 years ago
Dibyendu Majumdar 0ba9711895 small improvements to tests
9 years ago
Dibyendu Majumdar af54f9a018 small improvements to tests
9 years ago
Dibyendu Majumdar 65d0288af5 issue #60 add basic tests
9 years ago
Dibyendu Majumdar 0812879cef issue #60 work in progress
9 years ago
Dibyendu Majumdar afdf174271 issue #60 explore further optimization of table operations
9 years ago
Dibyendu Majumdar 1362b6dc6d issue #60 more work on implementing specialized bytecode for table get/set
9 years ago
Dibyendu Majumdar 55df8ea9cd issue #60 explore further optimization of table operations
9 years ago
Dibyendu Majumdar 4115f35867 issue #60 explore further optimization of table operations
9 years ago
Dibyendu Majumdar ed44f85a3d issue #57 adding test cases
9 years ago
Dibyendu Majumdar 84b5b6476c issue #56 check the type definitions
9 years ago
Dibyendu Majumdar 58de0d874f update docs
9 years ago
Dibyendu Majumdar 346661834b update docs
9 years ago
Dibyendu Majumdar 532506feb7 update docs
9 years ago
Dibyendu Majumdar 81e4a5987f update doc
9 years ago
Dibyendu Majumdar e7e0f0747b issue #57 each ravi bytecode needs a test case
9 years ago
Dibyendu Majumdar 030e484e0b rename the Lua tests folder
9 years ago
Dibyendu Majumdar 37be5347ca tests
9 years ago
dibyendumajumdar cbdef42d00 enable more test cases to run
9 years ago
dibyendumajumdar 8a74a09510 issue #15 fix compilation error in ltests.c
9 years ago
Dibyendu Majumdar bdbb204d4c issue #58 update dump and undump to always include type information for local variables and upvalues; also change the format identifier to differentiate from standard Lua
9 years ago
Dibyendu Majumdar 3c9ed08585 issue #15 if emit_debug_trace() has been called then we can avoid setting savedpc again
9 years ago
Dibyendu Majumdar 8ba985dba2 issue #15 enhance lua_setupvalue api to check type
9 years ago
Dibyendu Majumdar 44bdcfad2f issue #56 wip 32-bit compilation on windows
9 years ago
Dibyendu Majumdar 9b57c1e1c7 add link to Lua 2015 Workshop
9 years ago
dibyendumajumdar 1c5e5d6f86 issue #15 fix a bug with type checking in debug.setlocal() introduced in last commit
9 years ago
Dibyendu Majumdar d970aa981e issue #15 add type checks to debug.setlocal()
9 years ago
dibyendumajumdar 65bc503fdc issue #15 set savedpc prior to entering a JITed function
9 years ago
dibyendumajumdar c4b7141a4e issue #15 adjust stack overflow message and workaround a discrepancy in Ravi in the test case
9 years ago
Dibyendu Majumdar 8614a48fce issue #15 fix a bug in the savedpc update changes
9 years ago
Dibyendu Majumdar 87bf9307b2 issue #15 work in progress
9 years ago
Dibyendu Majumdar cc3aa5b4dd issue #15 fix savedpc set by JIT code
9 years ago
Dibyendu Majumdar a15179e653 issue #15 more work on adding savedpc support - most of the debug test case works
9 years ago
Dibyendu Majumdar 40570edbfc issue #15 add new JIT option tracehook to enable per bytecode updates to savedpc and call to luaG_traceexec
9 years ago
Dibyendu Majumdar b4b54485d4 issue #15 updated savedpc
9 years ago
Dibyendu Majumdar c1a157ce4a in JIT mode update savedpc when performing OP_CALL or OP_TAILCALL - see issue# 15
9 years ago
Dibyendu Majumdar d98520f2b2 start work on handling savedpc - experimental
9 years ago
Dibyendu Majumdar 564f64ea7a fix pdf
9 years ago
Dibyendu Majumdar b149079d60 add luaconf 2015 presentation
9 years ago
Dibyendu Majumdar 68a4ff06ff updates to bytecode reference
9 years ago
Dibyendu Majumdar 5259c80aa3 update bytecode doc
9 years ago
Dibyendu Majumdar 0f0f8af89e update bytecode doc
9 years ago
Dibyendu Majumdar 3b6479d644 refactor install target
9 years ago
Dibyendu Majumdar eddd4cff10 add compilation step to test
9 years ago
Dibyendu Majumdar a6b4835e8b doc update
9 years ago
Dibyendu Majumdar d27f967835 add install target
9 years ago
Dibyendu Majumdar c2008d9439 add api ravitype() to enable extended type information
9 years ago