commit | c5d7c52d44f84a153e69a2e0e135d582d17b1aab | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Dec 03 18:14:05 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 03 19:43:12 2019 |
tree | b8af01b5e3740ae0f76095eadf445b27a2f16ea5 | |
parent | b588353543b1abab54fc22f3f248c0c816bfefdc [diff] |
Remove line number from rtc::Location Concatenating __FILE__ with __LINE__ prevents the compiler from aliasing strings within the same file, contributing ~30KB of .text bloat. Chrome already omits from the file number from its Location type so it doesn't seem to be a big loss. Bug: b/145168048 Change-Id: I000bfdf43f4eb90f8b63ed017b08c1b5a7a84a6d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160744 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29994}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.