Files
sdk/runtime/lib
John McCutchan d77d376124 Replace intptr_t with TokenDescriptor
- Use TokenDescriptor instead of intptr_t for all token positions.
- Use TokenDescriptor in raw_object instead of int32_t.
- TokenDescriptor is a POD with an int32_t (this shrinks the size of AST and IR nodes by 32-bits on 64-bit architectures).

There are some cleanups I plan on doing as a follow up CL:

- Replace TokenDescriptor::value() with TokenDescriptor::TokenPos()

R=iposva@google.com, rmacnak@google.com

Review URL: https://codereview.chromium.org/1644793002 .
2016-02-02 10:15:44 -08:00
..
2015-06-04 14:55:32 +02:00
2015-11-24 08:26:03 +01:00
2015-12-09 00:46:46 +01:00
2015-06-03 12:39:59 -07:00
2015-08-04 17:13:22 -07:00
2016-02-01 10:57:34 -08:00
2015-09-04 10:06:02 +02:00
2015-08-04 17:13:22 -07:00
2015-08-12 11:01:21 +02:00
2015-11-11 10:59:38 -08:00