Reviewers: titzer,

Description:
[turbofan] Remove bloated GraphBuilder base class.

Using the GraphBuilder base class forces each node creation to go
through a virtual function dispatch just for the sake of saving the
duplication of the NewNode helper methods. In total that added up to
saving minus (sic!) six lines of code.

[email protected]

Please review this at https://codereview.chromium.org/1252093002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+96, -102 lines):
  M BUILD.gn
  D src/compiler/graph-builder.h
  M src/compiler/raw-machine-assembler.h
  M src/compiler/raw-machine-assembler.cc
  M test/cctest/compiler/graph-builder-tester.h
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to