Skip to content

Instantly share code, notes, and snippets.

@brson
Created August 4, 2015 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brson/bfe47dbca1bf442ce0a7 to your computer and use it in GitHub Desktop.
Save brson/bfe47dbca1bf442ce0a7 to your computer and use it in GitHub Desktop.
Functions not emitted for Servo via melding
2333 INFO:rustc_trans::trans::meld: cache hit: iter::I.IntoIterator::into_iter
1210 INFO:rustc_trans::trans::meld: cache hit: mem::forget
1089 INFO:rustc_trans::trans::meld: cache hit: cell::UnsafeCell<T>::get
995 INFO:rustc_trans::trans::meld: cache hit: raw::Repr::repr
877 INFO:rustc_trans::trans::meld: cache hit: mem::uninitialized
794 INFO:rustc_trans::trans::meld: cache hit: mem::size_of
761 INFO:rustc_trans::trans::meld: cache hit: ptr::read
719 INFO:rustc_trans::trans::meld: cache hit: ptr::*const T::is_null
700 INFO:rustc_trans::trans::meld: cache hit: mem::align_of
607 INFO:rustc_trans::trans::meld: cache hit: slice::[T].SliceExt::len
598 INFO:rustc_trans::trans::meld: cache hit: ptr::*const T::offset
591 INFO:rustc_trans::trans::meld: cache hit: slice::[T].SliceExt::as_ptr
588 INFO:rustc_trans::trans::meld: cache hit: slice::size_from_ptr
557 INFO:rustc_trans::trans::meld: cache hit: slice::from_raw_parts
469 INFO:rustc_trans::trans::meld: cache hit: mem::size_of_val
440 INFO:rustc_trans::trans::meld: cache hit: ptr::*mut T::is_null
394 INFO:rustc_trans::trans::meld: cache hit: ptr::*mut T::offset
262 INFO:rustc_trans::trans::meld: cache hit: iter::Iterator::by_ref
234 INFO:rustc_trans::trans::meld: cache hit: vec::Vec<T>::len
219 INFO:rustc_trans::trans::meld: cache hit: boxed::Box<T>::from_raw
197 INFO:rustc_trans::trans::meld: cache hit: slice::from_raw_parts_mut
169 INFO:rustc_trans::trans::meld: cache hit: boxed::Box<T>::into_raw
84 INFO:rustc_trans::trans::meld: cache hit: slice::[T].SliceExt::as_mut_ptr
64 INFO:rustc_trans::trans::meld: cache hit: vec::Vec<T>.ops::Index<ops::RangeFull>::index
62 INFO:rustc_trans::trans::meld: cache hit: collections::hash::table::FullBucket<K, V, M>::into_table
60 INFO:rustc_trans::trans::meld: cache hit: collections::hash::table::FullBucket<K, V, M>::index
57 INFO:rustc_trans::trans::meld: cache hit: ptr::null_mut
57 INFO:rustc_trans::trans::meld: cache hit: collections::hash::table::Bucket<K, V, M>::index
37 INFO:rustc_trans::trans::meld: cache hit: collections::hash::table::Bucket<K, V, M>::into_table
36 INFO:rustc_trans::trans::meld: cache hit: collections::hash::table::EmptyBucket<K, V, M>::into_table
34 INFO:rustc_trans::trans::meld: cache hit: vec::Vec<T>::capacity
20 :rustc_trans::trans::meld: cache hit: iter::I.IntoIterator::into_iter
15 INFO:rustc_trans::trans::meld: cache hit: mem::transmute_copy
14 INFO:rustc_trans::trans::meld: cache hit: sync::mpsc::Receiver<T>.UnsafeFlavor<T>::inner_unsafe
13 cache hit: iter::I.IntoIterator::into_iter
11 INFOINFO:rustc_trans::trans::meld: cache hit: iter::I.IntoIterator::into_iter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment