playX

Results 82 comments of playX

I know the source of problem: we first analyze block of code and then compile functions instead of compiling functions when emitting code so they do not see variables

We should slowly start remove uses of `letroot!`. Rules for removing it are simple: - if letroot is used to root JsValue then remove its usage - if letroot is...

Bitmap marking is implemented but three-color abstraction is still there for incremental or concurrent marking.

In what way `gc/allocation.rs` is not compatible with WASM I wonder? It does not seem to use mmap while spacebitmap and block_allocator do use it

Oh wow! That's nice work! But seems like there's some regression as now half of previously passing test262 tests do not pass: ``` Results: Total tests: 78695 Passed tests: 6187...

> Hi, I encountered a segment fault error when I run sl examples/hello-world.js without .startupshot. I feel like there has some problem in add_conservative in gc.rs. Do you have this...

Such a change will require almost full execution pipeline rewrite and probably will take about a month or more to finish but I hope it is worth it.

That's interesting. I can build it just fine on my machine. What OS you're using and can you post errors to github gist or pastebin? BTW I'm rewriting starlight to...

Sadly windows support is not my main goal. I'm trying to keep starlight compatible with windows but including that starlight is highly WIP it will not have good support for...

@SamuelQZQ I've rewritten starlight almost fully. You now can run it on Windows! :)