dc5df933e4
Before this CL we skipped procedure bodies in kernel_loader.cc by parsing the body (but not storing anything). With this CL we now skip them directly (i.e. don't read them at all) in kernel_loader.cc by using the newly available extra indexes in kernel. Change-Id: I48cf0599b2a85102c9008ff7c455785151ef3c9c Reviewed-on: https://dart-review.googlesource.com/5764 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Samir Jindel <sjindel@google.com>