Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SpiderMonkey Internals Documentation

51 views
Skip to first unread message

KwangYul Seo

unread,
Mar 3, 2012, 12:09:55 AM3/3/12
to dev-tech-js-en...@lists.mozilla.org
Hi,

https://developer.mozilla.org/En/SpiderMonkey/Internals

I found two descriptions on jsval are not consistent.

Design walk-through
>
At heart, SpiderMonkey is a fast interpreter that runs an untyped bytecode
> and operates on values of type jsval—type-tagged double-sized values that
> represent the full range of JavaScript values.
>

JavaScript values
>
The jsval type is a signed machine word that contains either a signed
> integer value (if the low bit is set), or a type-tagged pointer or special
> value (if the low bit is clear).
>

It seems the second description is outdated. Please fix the documentation.

Regards,
Kwang Yul Seo

Boris Zbarsky

unread,
Mar 3, 2012, 12:36:14 AM3/3/12
to
On 3/3/12 12:09 AM, KwangYul Seo wrote:
> Please fix the documentation.

You do realize this is a wiki, right? Someone will get to it at some
point, but do feel free to just fix it yourself, please! It would be
much appreciated.

-Boris

Dave Mandelin

unread,
Mar 5, 2012, 8:30:44 PM3/5/12
to mozilla.dev.tech.j...@googlegroups.com, dev-tech-js-en...@lists.mozilla.org
Thanks for the note. I updated the second description.

Dave

Dave Mandelin

unread,
Mar 5, 2012, 8:30:44 PM3/5/12
to dev-tech-js-en...@lists.mozilla.org
On Friday, March 2, 2012 9:09:55 PM UTC-8, KwangYul Seo wrote:
0 new messages