1. 09 May, 2018 1 commit
  2. 08 May, 2018 1 commit
  3. 04 May, 2018 2 commits
  4. 01 May, 2018 1 commit
    • Chris Bracken's avatar
      Simplify iOS debug build (#17145) · 68a1e2f7
      Chris Bracken authored
      iOS debug builds always run in interpreted mode whether on device or on
      simulator. In both cases, we can skip snapshotting and link against an
      empty App.framework. Previously, we did this for iOS simulator builds.
      This does the same for device builds.
      
      Previously, debug iOS builds used gen_snapshot to generate a core
      snapshot, then used 'xxd' to generate C files containing the snapshot
      data in buffers named kDartVmSnapshotData and kDartIsolateSnapshotData,
      which are then compiled/linked into App.framework. This is unnecessary
      since the VM compiled into Flutter.framework already contains this data.
      68a1e2f7
  5. 30 Apr, 2018 2 commits
  6. 26 Apr, 2018 1 commit
  7. 25 Apr, 2018 1 commit
  8. 24 Apr, 2018 1 commit
    • Chris Bracken's avatar
      Extract KernelCompiler class (#16937) · 7ffcd3d2
      Chris Bracken authored
      Wraps the compile function in a class injected via the global context,
      which makes it easier to mock in unit tests -- specifically tests for
      AOT snapshotting, which already require pretty significant amounts of
      mock inputs.
      7ffcd3d2
  9. 28 Mar, 2018 2 commits
  10. 21 Feb, 2018 1 commit
  11. 14 Feb, 2018 1 commit