[Webkit-unassigned] [Bug 175359] [ESNext] Implement BigInt: Front-end parsing and JSBigInt class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 22 16:51:19 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175359

Caio Lima <ticaiolima at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ticaiolima at gmail.com
           Assignee|webkit-unassigned at lists.web |ticaiolima at gmail.com
                   |kit.org                     |

--- Comment #2 from Caio Lima <ticaiolima at gmail.com> ---
Created attachment 324535

  --> https://bugs.webkit.org/attachment.cgi?id=324535&action=review

WIP - It starts

I'm proposing the implementation of BigInt as new JSCell specialization. The BigInt content is allocated contiguously on memory. I'm also implementing some basic operations on JSBigInt such as setDigit and getDigit and ToString generic. My ideia here is to implement the BigInt literal parsing and generation on constant pool with toString support. I will also implement StringToBigInt parser as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171022/8bab5c57/attachment.html>


More information about the webkit-unassigned mailing list