jterrace / js.js

js.js: A JavaScript JavaScript interpreter
Other
1.08k stars 58 forks source link

add asm.js #3 #4

Closed graingert closed 11 years ago

jterrace commented 11 years ago

Working on trying this out, thanks!

graingert commented 11 years ago

CC @steelejoe ^

jterrace commented 11 years ago

When I ran ./build.py multiconfig, it looks like the O0 version of the library is still working, but O1 and O2 look way too small. I think the optimizer is throwing away all of the js.js library.

jterrace commented 11 years ago

Let me know if you're still working on this. If not, I'll try and fix it this weekend.

steelejoe commented 11 years ago

Hi Jeff,

I will be working on it this weekend. I am staying in a hotel while my house is being worked on so my computer time is a bit more cramped. :) On May 31, 2013 8:45 AM, "Jeff Terrace" notifications@github.com wrote:

Let me know if you're still working on this. If not, I'll try and fix it this weekend.

— Reply to this email directly or view it on GitHubhttps://github.com/jterrace/js.js/pull/4#issuecomment-18753234 .

jterrace commented 11 years ago

Closing this since @steelejoe is working on a followup one.

graingert commented 11 years ago

Can you re-open this until @steelejoe submits a PR?

jterrace commented 11 years ago

Why leave the PR open? The branch is still there, so it doesn't effect anything?

steelejoe commented 11 years ago

I asked Jeff to close it as I am not ready yet. I generated this pull request by mistake. I should have something in the next week or so.

Joe

On Mon, Jul 22, 2013 at 5:25 PM, Jeff Terrace notifications@github.comwrote:

Why leave the PR open? The branch is still there, so it doesn't effect anything?

— Reply to this email directly or view it on GitHubhttps://github.com/jterrace/js.js/pull/4#issuecomment-21385724 .

graingert commented 11 years ago

This is my pull request not yours

jterrace commented 11 years ago

I'm happy to leave it open if you want, but why?

jasuperior commented 8 years ago

is this repo still being maintained? i would like to use a library like this for my current project, but i am not sure as to the status of this... and it is necessary that it compile to asm, so, i was wondering if the status of this pull request was ever updated since 2013?

jterrace commented 8 years ago

No one is actively working on it currently. I'd be happy to review pull requests though. The project could probably be updated to the latest versions of things.

jasuperior commented 8 years ago

gee :frowning: that sucks.... well, if i have time i'll take a look at the repo in depth and see what i can do to make this a capable tool for my use cases :smile: