Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 42641: Add a system() call to the d8 shell (Unix only). (Closed)

Created:
11 years, 9 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add a system() call to the d8 shell (Unix only). Committed: http://code.google.com/p/v8/source/detail?r=1633

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+583 lines, -3 lines) Patch
M samples/shell.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/SConscript View 1 chunk +18 lines, -0 lines 0 comments Download
M src/d8.h View 1 2 chunks +12 lines, -1 line 0 comments Download
M src/d8.cc View 2 chunks +2 lines, -1 line 0 comments Download
A src/d8-posix.cc View 1 2 3 1 chunk +504 lines, -0 lines 0 comments Download
A src/d8-windows.cc View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Erik Corry
11 years, 9 months ago (2009-03-26 13:07:07 UTC) #1
Mads Ager (chromium)
LGTM We should make sure to implement this on Windows so d8 works equally well ...
11 years, 9 months ago (2009-03-26 13:39:47 UTC) #2
Erik Corry
11 years, 9 months ago (2009-03-27 11:35:14 UTC) #3
Mads Ager (chromium)
LGTM http://codereview.chromium.org/42641/diff/3001/3005 File src/d8-posix.cc (right): http://codereview.chromium.org/42641/diff/3001/3005#newcode477 Line 477: if (!WaitForChild(pid, child_waiter, start_time, read_timeout, total_timeout)) { ...
11 years, 9 months ago (2009-03-27 11:45:21 UTC) #4
workitharder_gmail.com
10 years ago (2010-12-20 20:31:49 UTC) #5
Did this ever make it into trunk?

I'm quite interested in the possibility of using V8 for systems programming, due
to the great performance displayed at 
http://shootout.alioth.debian.org/u32/javascript.php

Powered by Google App Engine
This is Rietveld 408576698