|
|
|
|
|
by cosinusoidally
3780 days ago
|
|
I wasn't really referring to self hosting. I was wondering whether it made sense to write tools like JavaScriptCore's offlineasm in JavaScript rather than Ruby (as LuaJIT does by using Lua for its dynasm tool). The LuaJIT build process actually builds a cut down copy for Lua for the purposes of running dynasm, which is then used to build parts of LuaJIT. |
|
So, naturally, we want to avoid building JSC twice. ;-)