• Seth Brenith's avatar
    [torque] Use @generateCppClass in some simple cases · 14274bb1
    Seth Brenith authored
    This change is mostly mechanical, but it's worth mentioning a few
    slightly interesting cases:
    - A couple of field definitions didn't match the signedness of their
      corresponding accessors.
    - The generated accessors for Smi data use Smi values directly, but
      usually we want C++ accessors to use ints instead. I added a macro
      that hides the generated Smi accessors and exposes int accessors,
      but we might consider generating int accessors directly.
    - The data held in some fields is described in comments next to the
      accessor definition for those fields. With automatically generated
      accessors, those comments need a new home. In this change I put them
      in the Torque object definition, but I'm open to other suggestions.
    - gen-postmortem-metadata couldn't find updated class definitions after
      they got split across multiple lines, so I changed its matching
      logic. (Ideally debug-support.cc should be a Torque compiler output
      rather than something that involves parsing C++ with regexes, but
      this makes it correctly report subclass relationships for now.)
    - The end offsets generated by Torque were off by one from the values
      that would be generated by DEFINE_FIELD_OFFSET_CONSTANTS.
    
    Change-Id: I3df4fcd27997b46c41ca879065b9d97f6c939f07
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1692192Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
    Cr-Commit-Position: refs/heads/master@{#62719}
    14274bb1
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
ast Loading commit data...
base Loading commit data...
builtins Loading commit data...
codegen Loading commit data...
common Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
d8 Loading commit data...
date Loading commit data...
debug Loading commit data...
deoptimizer Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
extensions Loading commit data...
flags Loading commit data...
handles Loading commit data...
heap Loading commit data...
ic Loading commit data...
init Loading commit data...
inspector Loading commit data...
interpreter Loading commit data...
json Loading commit data...
libplatform Loading commit data...
libsampler Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parsing Loading commit data...
profiler Loading commit data...
protobuf Loading commit data...
regexp Loading commit data...
roots Loading commit data...
runtime Loading commit data...
sanitizer Loading commit data...
snapshot Loading commit data...
strings Loading commit data...
tasks Loading commit data...
third_party Loading commit data...
torque Loading commit data...
tracing Loading commit data...
trap-handler Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...