commit | 98ad85c78cdefd100f03946b6fb0d1109995a2c5 | [log] [tgz] |
---|---|---|
author | laurentlb <laurentlb@google.com> | Tue May 22 09:43:18 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue May 22 09:45:30 2018 -0700 |
tree | 9a04255587421b819229effc0d4dc77a5273a8ba | |
parent | fd0aec8adae7785ca5aecd21886dacd5d9e5091e [diff] |
Skylark: do not eagerly scan the whole file With this change, the parser explicitly asks the lexer to give the next token. To avoid changing the lexer too much, the tokenize() method populates a queue (it may add multiple tokens at the same time). While this reduces the peak memory usage, further work is needed to actually improve the performance. RELNOTES: None. PiperOrigin-RevId: 197576326
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.