index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
documentation
/
bookmark
/
memory_management.md
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-11-15
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
1
-1
/
+1
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
1
-0
/
+1
2022-08-12
Fixed test suite.
Eduardo Julian
1
-0
/
+9
2022-02-24
Finishing the meta-compiler [Part 4]
Eduardo Julian
1
-0
/
+1
2022-02-22
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
1
-0
/
+1
2021-12-24
Dusting off the pure-Lux JVM compiler machinery.
Eduardo Julian
1
-25
/
+29
2021-11-29
Ruby compilation that is better adjusted to both normal Ruby and MRuby.
Eduardo Julian
1
-0
/
+1
2021-07-26
Re-named Promise to Async.
Eduardo Julian
1
-0
/
+1
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-0
/
+0
2020-05-28
Can now parse TAR files.
Eduardo Julian
1
-0
/
+1
2020-05-10
Now properly loading the cached definitions.
Eduardo Julian
1
-0
/
+4
2020-05-09
Including runtime machinery in the cache.
Eduardo Julian
1
-0
/
+1
2019-12-26
Bug fixes.
Eduardo Julian
1
-0
/
+1
2019-12-25
Optimized LuxRuntime::case and fixed a few bugs.
Eduardo Julian
1
-1
/
+1
2019-11-21
Ported JVM host extension generation to the new JVM bytecode machinery.
Eduardo Julian
1
-0
/
+9
2019-11-07
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
1
-0
/
+20
2019-09-17
Fixed some bugs related to JVM types.
Eduardo Julian
1
-0
/
+4
2019-09-07
Modified compiler's machinery to use the new abstractions for descriptors ↵
Eduardo Julian
1
-0
/
+4
and signatures.