Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Issue 1259553002: Emit program and dependency information as relations in a Prolog database.

Created:
5 years, 5 months ago by karlklose
Modified:
5 years, 5 months ago
Reviewers:
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Emit program and dependency information as relations in a Prolog database.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+471 lines, -54 lines) Patch
A program.pl View 1 chunk +22 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/common.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/compiler.dart View 8 chunks +70 lines, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2jslib.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 14 chunks +58 lines, -31 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 4 chunks +22 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart View 2 chunks +3 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart View 3 chunks +4 lines, -2 lines 0 comments Download
A sdk/lib/_internal/compiler/implementation/prolog/prolog.dart View 1 chunk +251 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/registry.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/universe/universe.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/world.dart View 1 chunk +3 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698