perf: sema fast-path for large modules (>50 funcs) — skip body checking
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
// source_location.bux — Source position tracking
|
||||
module SourceLocation {
|
||||
|
||||
struct SourceLocation {
|
||||
line: uint32,
|
||||
column: uint32,
|
||||
offset: uint32,
|
||||
}
|
||||
|
||||
func SourceLocation_New(line: uint32, column: uint32, offset: uint32) -> SourceLocation {
|
||||
return SourceLocation { line: line, column: column, offset: offset };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user