Hugo Musso Gualandi
Hugo Musso Gualandi
@Frityet Here's the 5.4.6 branch! Could you please help me test if it's working OK?
Hmm, that's a cool idea I hadn't thought about. (Although I suppose it'll only help in recompilations)
Interesting! So if I understand correctly this is mostly to exploit more parallelism, right? That is, this isn't about speeding up recompilations by skipping over functions that did not change?
How does it work during recompilations? If I were to edit a single function in the Lua source file, how would LuaAOT know that it should not recreate the C...
Oh, how? I assumed it would only look at the timestamps.
Nevertheless, just the parallelization would be super cool. How much faster did it get when compiling Teal?