Commit Graph

35 Commits (76accd1930841bcfa4fcbc031f2672432c3ee042)

Author SHA1 Message Date
Dibyendu Majumdar 76accd1930 Update copyright notices
4 years ago
Dibyendu Majumdar aaee69bfd2 issue #163 fix bugs - in particular the offet of value in UpVal has changed
4 years ago
Dibyendu Majumdar 07a422eb74 issue #163 fixes related to loading of base following luaF_close
4 years ago
Dibyendu Majumdar edce55b997 issue #163 Base must be protected as luaF_close can now reallocate stack due to invocation of deferred functions
4 years ago
Dibyendu Majumdar 9a0ced9620 issue #163 First attempt to implement a Go like defer statement
4 years ago
dibyendumajumdar 49b4f8840f merge 5.3.2 rc2
9 years ago
Dibyendu Majumdar ed1ac4b70c code reformat
9 years ago
Dibyendu Majumdar ccebd9f3d7 clean and update comments
9 years ago
Dibyendu Majumdar 527fdccd1f alernative way to reset L->top after calling luaV_execute() in JITed OP_CALL
9 years ago
Dibyendu Majumdar 65dd836d4a set L->top in OP_RETURN if returning to Lua function; Lua tests breaks as a result
9 years ago
Dibyendu Majumdar da91cad12a continue investigation of OP_RETURN bug
9 years ago
Dibyendu Majumdar 568f00d5ee continue invesigation
9 years ago
Dibyendu Majumdar c833336108 still debugging the bug related to L->top
9 years ago
Dibyendu Majumdar 6b06004c44 hard bug - L->top not being set correctly when JIT code calls interpreted code
9 years ago
Dibyendu Majumdar e24a3a21ef merge 5.3.1
9 years ago
Dibyendu Majumdar f8a17a7b37 prepare for 5.3.1 merge
9 years ago
Dibyendu Majumdar fcb22d1da2 refactoring
9 years ago
Dibyendu Majumdar 4b5255b91f refactoring
9 years ago
Dibyendu Majumdar 94356ff1a0 refactoring
9 years ago
Dibyendu Majumdar 43d0b4472d code refactoring
9 years ago
Dibyendu Majumdar 9b62208c7c implement a NaN tagging alternative value type
9 years ago
Dibyendu Majumdar 05743889b2 LLVM changed IRBuilder interface so need to adapt to the changes
9 years ago
Dibyendu Majumdar 05e8448b15 fix compilation on MAC OSX
9 years ago
Dibyendu Majumdar 1433bc7a28 refactor
9 years ago
Dibyendu Majumdar e9616f5e79 review OP_RETURN
9 years ago
Dibyendu Majumdar 68cfd0c3f9 investigate crash on windows
9 years ago
Dibyendu Majumdar eb218bbabe implement OP_CLOSURE, OP_CONCAT and OP_VARARG
9 years ago
Dibyendu Majumdar 38b59ef2ed refactor/cleanup
9 years ago
Dibyendu Majumdar 9125af5981 refactor/cleanup
9 years ago
Dibyendu Majumdar b238cb4818 implement OP_SETTABLE and OP_GETTABLE
9 years ago
Dibyendu Majumdar 419636c8b0 implement MOVEF and some code cleanup
9 years ago
Dibyendu Majumdar 660d1b2e8d add copyright notice
9 years ago
Dibyendu Majumdar 74e2a829d1 implement OP_CALL
9 years ago
Dibyendu Majumdar 4fed31825c compiler warnings cleanup
9 years ago
Dibyendu Majumdar b470a2a847 code reorg
9 years ago