Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Add fast path for FastProperty objects in JSON.stringify. (issue 11363078)

Received: by 10.236.151.39 with SMTP id a27mr6891019yhk.42.1352119110549;
        Mon, 05 Nov 2012 04:38:30 -0800 (PST)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.236.139.40 with SMTP id b28ls7250787yhj.3.gmail; Mon, 05 Nov
 2012 04:38:29 -0800 (PST)
Received: by 10.236.81.239 with SMTP id m75mr6951366yhe.13.1352119109589;
        Mon, 05 Nov 2012 04:38:29 -0800 (PST)
Received: by 10.236.81.239 with SMTP id m75mr6951364yhe.13.1352119109581;
        Mon, 05 Nov 2012 04:38:29 -0800 (PST)
Return-Path: <3RbOXUBUJAJQ05FCA6IA0C12F2J62K-5F4Ay69....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com>
Received: from mail-gh0-f197.google.com (mail-gh0-f197.google.com [209.85.160.197])
        by gmr-mx.google.com with ESMTPS id r10si592944ann.1.2012.11.05.04.38.29
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 05 Nov 2012 04:38:29 -0800 (PST)
Received-SPF: pass (google.com: domain of 3RbOXUBUJAJQ05FCA6IA0C12F2J62K-5F4Ay69....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com designates 209.85.160.197 as permitted sender) client-ip=209.85.160.197;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3RbOXUBUJAJQ05FCA6IA0C12F2J62K-5F4Ay69....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com designates 209.85.160.197 as permitted sender) smtp.mail=3RbOXUBUJAJQ05FCA6IA0C12F2J62K-5F4Ay69....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com
Received: by mail-gh0-f197.google.com with SMTP id f16so13934236ghb.8
        for <v8-dev@googlegroups.com>; Mon, 05 Nov 2012 04:38:29 -0800 (PST)
MIME-Version: 1.0
Received: by 10.58.151.18 with SMTP id um18mr3202702veb.4.1352119109458; Mon,
 05 Nov 2012 04:38:29 -0800 (PST)
Reply-To: yang...@chromium.org, verwa...@chromium.org, v8-dev@googlegroups.com
Message-ID: <047d7b6dd0be369aa904cdbec35c@google.com>
Date: Mon, 05 Nov 2012 12:38:29 +0000
Subject: Add fast path for FastProperty objects in JSON.stringify. (issue 11363078)
From: yang...@chromium.org
To: verwa...@chromium.org
Cc: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes

Reviewers: Toon Verwaest,

Description:
Add fast path for FastProperty objects in JSON.stringify.

R=verwa...@chromium.org
BUG=


Please review this at https://chromiumcodereview.appspot.com/11363078/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
   M src/json-stringifier.h
   M test/mjsunit/harmony/proxies-json.js
   M test/mjsunit/json2.js