Commit Graph

2015 Commits (bb218051ba9bacf61d1903d3b530d70da66df792)
 

Author SHA1 Message Date
Dibyendu Majumdar 940a80d9bb On returning from a function the results are copied to the registers starting at at the function's reference in CallInfo->func
4 years ago
Dibyendu Majumdar 4d348e0609 Update readme / intro
4 years ago
Dibyendu Majumdar f76b4690f0 Initial patch to implement 'defer' statement in Lua 5.4
4 years ago
Dibyendu Majumdar 42cfa54e9e Initial patch to implement 'defer' statement in Lua 5.4
4 years ago
Dibyendu Majumdar 81555acc72 Update docs to correctly state the default garbage collector.
4 years ago
Dibyendu Majumdar 7e219f76bd Lua 5.3 patch that implements 'defer' statement
4 years ago
Dibyendu Majumdar 8b854b0a02 Lua 5.3 patch that implements 'defer' statement
4 years ago
Dibyendu Majumdar 920cd2dab8 issue #196 test case for the gen GC bug
4 years ago
Dibyendu Majumdar b73322ad16 issue #157 Detail
4 years ago
Dibyendu Majumdar 844b15683b issue #196 When an object aged OLD1 is finalized, it is moved from the list 'finobj' to the *beginning* of the list 'allgc'. So, this part of the
4 years ago
Dibyendu Majumdar 63bf14b43c issue #169 Merge latest MIR code from upstream
4 years ago
Dibyendu Majumdar 73d6bc1c07 issue #195 Some improvements to Makefile build - based on Lua 5.4 build improvements
4 years ago
Dibyendu Majumdar c42ac0e9fa issue #196 don't make generational GC the default yet - various issues reported on Lua mailing list.
4 years ago
Dibyendu Majumdar d26e3626b9 issue #182 ASAN support must be explicitly enabled as not all installations have asan installed
4 years ago
Dibyendu Majumdar f8a680ed82 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi
4 years ago
Dibyendu Majumdar 4bbcb908ec issue #157 fix build error on windows
4 years ago
Dibyendu Majumdar 7f63b9fae7 issue #182 add asan support if available
4 years ago
Dibyendu Majumdar 3a75ee9eb7 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi
4 years ago
Dibyendu Majumdar cdd6fbfeaa issue #182: remove commented lines
4 years ago
Dibyendu Majumdar 73c2c6426f issue #163 Maintain optionality of defer statement
4 years ago
Dibyendu Majumdar b63005fd3f issue #163 Couple of more tests for coroutines and deferred functions, plus some changes in ldo.c back-ported from Lua 5.4
4 years ago
Dibyendu Majumdar e832dcc32f issue #163 Fix issue with handling of deferred functions when a Lua thread is closed.
4 years ago
Dibyendu Majumdar d8a60ddd23 issue #163 Split out defer tests to a separate file. Also backport a few tests from Lua 5.4
4 years ago
Dibyendu Majumdar bf2f55eece issue #163 Do not generate TAILCALL opcode if a defer closure is in scope; back-ported from Lua 5.4.
4 years ago
Dibyendu Majumdar 9c745caafe issue #157 Doc updates
4 years ago
Dibyendu Majumdar 2934cbe5c0 issue #157 Add Ravi api functions to return JIT name and options
4 years ago
Dibyendu Majumdar 7dd5c1fdf0 issue #157 cleanup
4 years ago
Dibyendu Majumdar 9e2a4f4645 issue #163 Fix bug in OP_RETURN in interpreter and MIR JIT backend; we need to reload RA after call to luaF_close() as stack may been reallocated
4 years ago
Dibyendu Majumdar e483fe40ee
Update ravi-reference.rst
4 years ago
Dibyendu Majumdar 7e26dc8d0f issue #195 number and integer comparisons
4 years ago
Dibyendu Majumdar 0e41a51114 issue #195 number and integer conversions
4 years ago
Dibyendu Majumdar f884782a60 issue #195 backport luaO_pushvfstring
4 years ago
Dibyendu Majumdar 2861754b3c issue #195 backport luaO_pushvfstring
4 years ago
Dibyendu Majumdar 22d84e74d0 issue #195 backport luaO_pushvfstring
4 years ago
Dibyendu Majumdar f547edd330 issue #195 lexer / utf8 improvements from Lua 5.4
4 years ago
Dibyendu Majumdar d4992e8d08 Revert "issue #195 Misc updates from Lua 5.4"
4 years ago
Dibyendu Majumdar 4795374610 issue #195 Misc updates from Lua 5.4
4 years ago
Dibyendu Majumdar 93c0a0c61e issue #196 doc updates
4 years ago
Dibyendu Majumdar 4ccc2759e8
Add information regarding Lua 5.4
4 years ago
Dibyendu Majumdar 062550b84d issue #196 backport generational GC from Lua 5.4
4 years ago
Dibyendu Majumdar f4752a513f issue #195: move upvalue struct to lobject.h as in Lua 5.4
4 years ago
Dibyendu Majumdar e0881115e4 issue #195: lua tests update
4 years ago
Dibyendu Majumdar 2eb4daf7ff issue #192 when searching for values in table use raw key comparison; back ported from Lua 5.4
4 years ago
Dibyendu Majumdar d2a295688f issue #195 lua 5.4 object.h layout for easier comparison
4 years ago
Dibyendu Majumdar d2b9810a06 issue #193 Lua 5.4 string library improvements back-ported
4 years ago
Dibyendu Majumdar a2e0c2fc3d issue #191 #193 backport random number generator from Lua 5.4
4 years ago
Dibyendu Majumdar bf5aa3e3f6 issue #169 update MIR code from upstream
4 years ago
Dibyendu Majumdar 4d6f9dd9f2 issue #99 test case
4 years ago
Dibyendu Majumdar cf7f8ed380 issue #157 remove redundant test script
4 years ago
Dibyendu Majumdar ff91fbfc8d issue #169 details
4 years ago