HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stickupkid

no profile record

comments

stickupkid
·قبل 3 سنوات·discuss
They have outsourced a large chunk of it[1], although you could argue not enough of it.

1. https://github.com/adobe/avmplus
stickupkid
·قبل 3 سنوات·discuss
Correct, see the github mirror[1]. I don't know how well supported that feature is compared to main branch. If it was completely stable, then it would have already landed in the main stable branch. Clarity about the roadmap of that branch would be nice.

Edit: maybe it's still being actively developed?

1. https://github.com/sqlite/sqlite/tree/begin-concurrent
stickupkid
·قبل 3 سنوات·discuss
That's been addressed now (MIT in case anyone is wondering). Seems like your call out worked.
stickupkid
·قبل 3 سنوات·discuss
Specifically to the arena, this required integration with the GC, so couldn't be done as an external library. Hence why a language spec was required.
stickupkid
·قبل 4 سنوات·discuss
It does, but the map has a reference to it, so it will "leak" (in gc languages an unwanted reference is considered a leak). If this map got rather large, you could end up with a rather large heap and it would be un-obvious why at first.