regis@google.com
|
34a5754f3e
|
Add HasSubclasses function to class hierarchy analysis.
Review URL: https://chromiumcodereview.appspot.com//10829446
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11008 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 00:16:46 +00:00 |
|
regis@google.com
|
fea5f83714
|
Implement class hierarchy analysis in the VM.
Add test.
Review URL: https://chromiumcodereview.appspot.com//10828399
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11006 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-20 23:38:09 +00:00 |
|
vegorov@google.com
|
858b6d53e1
|
In generated code for ia32 don't load object's class directly from class_ field.
Instead look it up in class table by class index taken from object's tags.
Review URL: https://chromiumcodereview.appspot.com//10447064
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8101 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-30 12:25:49 +00:00 |
|
hausner@google.com
|
b00ae2d1a0
|
Introduce remote objects in Debugger protocol
Review URL: https://chromiumcodereview.appspot.com//10407071
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7864 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-22 18:06:34 +00:00 |
|
iposva@google.com
|
a59c00c448
|
- Grow the class table as needed instead of preallocating.
Review URL: https://chromiumcodereview.appspot.com//10311006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7235 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-02 13:22:02 +00:00 |
|
iposva@google.com
|
3b2781bbc8
|
- Increase number of classes possible.
Review URL: https://chromiumcodereview.appspot.com//10269026
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7186 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-01 12:54:49 +00:00 |
|
iposva@google.com
|
d8c7c1ada6
|
- Add a class index to the classes.
- Add a class table which assigns individual ids to classes.
Review URL: https://chromiumcodereview.appspot.com//9965042
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7183 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-01 09:20:40 +00:00 |
|