Merge pull request #15 from cfallin/relicensing

Relicense fully to Apache-2.0 WITH LLVM-exception.
This commit is contained in:
Chris Fallin
2021-11-18 12:40:54 -08:00
committed by GitHub
12 changed files with 63 additions and 442 deletions

View File

@@ -1,3 +1,15 @@
/*
* This file was initially derived from the files
* `js/src/jit/BacktrackingAllocator.h` and
* `js/src/jit/BacktrackingAllocator.cpp` in Mozilla Firefox, and was
* originally licensed under the Mozilla Public License 2.0. We
* subsequently relicensed it to Apache-2.0 WITH LLVM-exception (see
* https://github.com/bytecodealliance/regalloc2/issues/7).
*
* Since the initial port, the design has been substantially evolved
* and optimized.
*/
//! Requirements computation.
use super::{Env, LiveBundleIndex};