Google 그룹스는 더 이상 새로운 유즈넷 게시물 또는 구독을 지원하지 않습니다. 과거의 콘텐츠는 계속 볼 수 있습니다.

JS planning

조회수 1회
읽지 않은 첫 메시지로 건너뛰기

sayrer

읽지 않음,
2009. 3. 27. 오후 8:59:3809. 3. 27.
받는사람
Hi all, The JS planning spreadsheet is available at
http://spreadsheets.google.com/ccc?key=p82_AkpGnpj4GsbKLz-AgHw&hl=en

I know it's not super detailed at this point, but now is not a good
time for JS to expend a lot of effort forming detailed plans.

* trace recursion

Real code hits this, and it will also help our benchmarketing.

* improved ARM performance

It looks like we could do a lot to improve the code generated for this
mobile platform.

* cleaner, safer code -> moving from jschar* buffers to c++ vectors,
f.e.

JS now has C++ facilities available that will improve the readability
and safety of our code.

* nanojit compilation speed improvements

Some shortcomings in the nanojit design have become apparent as we've
gotten more experience with it. We can fix them to improve the
performance of the trace compilation phase.

* GC scalability improvements

We should do better in situations where lots of garbage is generated,
such as animations etc.

* ES 3.1 major features in testing, including Object.defineProperty et
al, strict mode

This standard looks ready to implement, finally.

* improve interpreter performance

We should continue to improve performance where we fall off trace, by
generating the interpreter loop as LIR.


We'll be able to really flesh these out at the upcoming work weeks.

Thanks,
Rob

John J. Barton

읽지 않음,
2009. 3. 28. 오전 12:15:0809. 3. 28.
받는사람
sayrer wrote:
> Hi all, The JS planning spreadsheet is available at
> http://spreadsheets.google.com/ccc?key=p82_AkpGnpj4GsbKLz-AgHw&hl=en
>
> I know it's not super detailed at this point, but now is not a good
> time for JS to expend a lot of effort forming detailed plans.

Where would jsd2 fit in these plans?

jjb

새 메시지 0개