- 23 Apr, 2018 4 commits
-
-
Yedidya Feldblum authored
Summary: [Folly] Avoid magic macros in Futures `FSM` - just use normal C++ types and functions instead. Reviewed By: LeeHowes Differential Revision: D7725582 fbshipit-source-id: 822e4ca6391a37dc4007833c975fe283cfe5105e
-
Yedidya Feldblum authored
Summary: [Folly] Rename function to `tryUpdateState` in Futures `FSM` for clarity. Reviewed By: LeeHowes Differential Revision: D7725949 fbshipit-source-id: ccda21d990dbedfc4d0b86ab7cfb8eb68d93e429
-
Yedidya Feldblum authored
Summary: [Folly] Use RAII `std::lock_guard` pattern in Futures `FSM` and `Core`. Reviewed By: LeeHowes Differential Revision: D7722808 fbshipit-source-id: e8a0d0ec1fee05cd723411f7b07f520dd56cdf22
-
Yedidya Feldblum authored
Summary: [Folly] Let `Future::ensure` and `Future::onTimeout` invoke forwarded callbacks, just as `Future::then` and other callbacks are invoked. Reviewed By: LeeHowes Differential Revision: D7722762 fbshipit-source-id: 52b5fb6a9247d99718de808b0d28abba7dacdbd6
-
- 22 Apr, 2018 3 commits
-
-
Aaryaman Sagar authored
Summary: Currently each of the lock proxies have distinct types and they are not convertible from one to the other, for example the code below does not work ``` auto wlock = sync.wlock(); wlock.unlock(); auto ulock = sync.ulock(); wlock = ulock.moveFromUpgradeToWrite(); ``` Reviewed By: yfeldblum Differential Revision: D7658256 fbshipit-source-id: 1746a67193fc712fd4d4ff2ce41aa295f998211e
-
Yedidya Feldblum authored
Summary: [Folly] Use exchange in `folly/Synchronized.h` as an example and to make the code there slightly shorter. Reviewed By: aary Differential Revision: D7722730 fbshipit-source-id: c594fc96cff11781b60a3848a860454bcf21c3ca
-
Yedidya Feldblum authored
Summary: [Folly] Backport `std::exchange` to `folly/Utility.h`. Reviewed By: aary Differential Revision: D7722731 fbshipit-source-id: a4a68bfb9ec8b356b77f4a73bdadb7f2807d517f
-
- 21 Apr, 2018 5 commits
-
-
Aaryaman Sagar authored
Summary: There was some code that optionally acquired a lock in a shared or exclusive manner based on whether those methods were available for the mutex or not. This was not used anywhere Reviewed By: yfeldblum Differential Revision: D7722906 fbshipit-source-id: b749527c13a1d980134cc23dea586c83a0b65e91
-
Lucian Grijincu authored
Reviewed By: yfeldblum Differential Revision: D7721840 fbshipit-source-id: f816ba58da290e05d257447c42472d5fa99915e3
-
Zhanhui Li authored
Summary: As per title. Closes https://github.com/facebook/folly/pull/827 Reviewed By: Orvid Differential Revision: D7721855 Pulled By: yfeldblum fbshipit-source-id: fe335dcfa83b4db04616e33e353fea52ebb2bbf2
-
Xiao Shi authored
Summary: D7544180 introduced the `getAllocatedMemorySize` method. This diff adds it for platforms where SSE2 instructions are not available. Reviewed By: nbronson Differential Revision: D7715573 fbshipit-source-id: af35f2dedf4a479895163d9dc18795ba397860f7
-
Giuseppe Ottaviano authored
Summary: `Optional` is often used for arguments and return values, and when the function is inlined it is important to be able to perform optimizations such as constant folding. `launder` forces a load on every access to the `Optional` in GCC, making it unsuitable for small hot functions. This is not specific to the `asm` trick we use to backport `launder` to pre-GCC7: the same code is generated in GCC7 with the builtin `std::launder`. `launder` is needed for correctness, as replacing an object that contains const or reference members in the same storage is UB. However, it seems to be a benign UB that real compilers don't take advantage of. In fact, the implementation of `std::optional` in both libstdc++ and libc++ does not launder the storage: https://github.com/gcc-mirror/gcc/blob/20d1a0756a0cf5072d0cdf3d2adab00063c224a7/libstdc%2B%2B-v3/include/std/optional#L881 https://github.com/llvm-mirror/libcxx/blob/8dd2afa20a01ee70e1a49c15de3de343aa8aa7d6/include/optional#L295 So it should be safe to follow these implementations and recover the perf hit. Reviewed By: luciang Differential Revision: D7689228 fbshipit-source-id: 8283de56b0934583773a0d19f315ae7a8d556e8c
-
- 20 Apr, 2018 4 commits
-
-
Matthew Tolton authored
Differential Revision: D7663240 fbshipit-source-id: d7025eb220ff3f87b05988090297573377ca009a
-
Andrii Grynenko authored
Summary: Life-time of executor passed to subscribeVia can be tied to the previous stream. We have to eagerly subscribe to it to process onError/onComplete events and make sure we stop using that executor for any subsequent calls. Reviewed By: phoad Differential Revision: D7651264 fbshipit-source-id: c50090ff58a4835b439df2080e083a9302c40152
-
Nathan Bronson authored
Summary: long is 32-bit on 64-bit windows, unlike Linux, so 64-bit integer constants should use the ULL suffix. Reviewed By: mjhostet Differential Revision: D7690572 fbshipit-source-id: a4d57555add63a4a88aceda1b02531eb8c5e1f0f
-
Orvid King authored
Summary: When building with MSVC and vcpkg, dependencies come in both debug and release versions. Fix the searching logic to search for both names and handle them appropriately. Also silence a few warnings under MSVC 2015 Update 3. Reviewed By: yfeldblum Differential Revision: D7683367 fbshipit-source-id: 662fcc7170b260f129610ed47b6afedbe20933b7
-
- 19 Apr, 2018 8 commits
-
-
Dave Watson authored
Summary: Add a return value to BlockingQueue interface - add() returns true if we were able to successfully handoff this work item to an existing thread. Implementation is straightforward in LifoSem. Reviewed By: magedm Differential Revision: D7477279 fbshipit-source-id: 56ea17672a97ad722fd190baf0433ac68c440750
-
David Lai authored
Summary: The changes in this diff changes string comparisons using the compare method to using equality operators. Motivation: - readability, simplifies code - compare method is intended for sorting functions This is clang check used: [Link Here](https://clang.llvm.org/extra/clang-tidy/checks/readability-string-compare.html) Reviewed By: yfeldblum Differential Revision: D7675353 fbshipit-source-id: dbe2ac120ac9513db489b4d18824f9d47e5b4eac
-
Dave Watson authored
Summary: This diff moves memory allocation & a bunch of std::moves and some shared_ptr stuff outside the spinlock, resulting in much improved concurrency. Reviewed By: yfeldblum Differential Revision: D7674026 fbshipit-source-id: 37accb31e4dcd78330bcda587e16595512d4c5f8
-
Nathan Bronson authored
Summary: In code that accidentally sets an impossibly huge stack size (RLIMIT_SIZE=-1, for example), MemoryIdler can unmap pages beyond the stack that are still in use. This diff causes that case to assert in debug builds and disable memory idling in production. Reviewed By: edwinsmith Differential Revision: D7688511 fbshipit-source-id: 7ef4261aaa3273ac7edf9edf596c2ea504e35877
-
Dave Watson authored
Summary: prepare() blocks mostly just lock locks, but we don't know what order to lock - so similar to std::lock, just iterate using try_lock until success. Reviewed By: ot Differential Revision: D7676738 fbshipit-source-id: 2e0d28e4829a3a21d361a5801383c1aad0d66757
-
Tushar Maheshwari authored
Summary: Summary of the changes --- - Fix broken MSVC build: - Compiling `GenerateFingerprintTables.cpp` complained about missing header file `glog/logging.h`. - Targets `GenerateFingerprintTables` and `folly_fingerprint` don't specify `FOLLY_INCLUDE_DIRECTORIES` in its include directories. * Introduce a "shiny" target `folly_deps` for managing folly's dependencies and interface specification. * `folly_deps` is an [INTERFACE library target](https://cmake.org/cmake/help/v3.0/command/add_library.html). * It encapsulates the interface dependencies (compile definitions, include directories, link libraries, etc.) for other targets. * The usage of the new target is clean and simple: `target_link_libraries(<target_name> (PUBLIC|PRIVATE) folly_deps)` (except for OBJECT library targets, like `folly_base` - included in the change). Possible modifications --- The name `folly_deps` could be replaced with a better one. The target can be extended to include the PUBLIC compile options set on individual targets. Reviews and suggestions welcome. Closes https://github.com/facebook/folly/pull/818 Reviewed By: simpkins Differential Revision: D7642870 Pulled By: Orvid fbshipit-source-id: c1c5fdae67f5a677c82f05757217af6b6de9db02
-
Subodh Iyengar authored
Summary: Turns out we needed this method to be virtual to mock it out in tests because it makes a bunch of syscalls. Reviewed By: yangchi Differential Revision: D7665938 fbshipit-source-id: 1ae5768ade2c927929f5cb1f9e1ad62dad1ba237
-
Giuseppe Ottaviano authored
Reviewed By: aary Differential Revision: D7680645 fbshipit-source-id: 6a3742c215a6924ec5c1c5b8bc1d2bff315355e7
-
- 18 Apr, 2018 5 commits
-
-
Aaryaman Sagar authored
Summary: Add `try_lock` methods to `folly::Synchronized` and add the corresponding extensions to `LockTraits`. These return `LockedPtr`s that are valid and convert to true when the lock operation was successful, null otherwise override-unit-failure Reviewed By: yfeldblum, ot Differential Revision: D7651765 fbshipit-source-id: eb85987a2e4476cd916747dfc2ae69d124690ee6
-
Marc Celani authored
Summary: TDigest is designed to process a stream of data in batches. DigestBuilder is a fast, thread safe approach for buffering those writes and building a digest. Reviewed By: davidtgoldblatt Differential Revision: D7582745 fbshipit-source-id: 528ad9b21685746887b3a602d433662221fb875a
-
Dave Watson authored
Summary: Use new refcount hazptr feature. This prevents many roundtrips through release()->retire()->~Node()->release()->retire() etc, and instead can call delete immediately through most of the chain See D6142066 Reviewed By: yfeldblum Differential Revision: D6290004 fbshipit-source-id: d8cfb2aa41260918a7f201765febc31d558742bb
-
Dan Melnic authored
Summary: Revert "Use unbounded queue in NotificationQueue" Reviewed By: magedm Differential Revision: D7669679 fbshipit-source-id: 269139fc8238896640fc60ed36c83e728ed489b4
-
Marc Celani authored
Summary: This diff adds reads for sum, mean, and count on TDigest. The results are calculated at merge time, to make reads O(1). Reviewed By: anakryiko Differential Revision: D7639133 fbshipit-source-id: bb8f203ec0ed3197f090d2ce9223a2e9d1bca752
-
- 17 Apr, 2018 9 commits
-
-
Subodh Iyengar authored
Summary: Unset the error message callbacks when err message so that we dont deliver errors when not needed Reviewed By: yfeldblum Differential Revision: D7661052 fbshipit-source-id: 5a2330b2cd11f844649d56343307e2c75b626bdc
-
Dave Watson authored
Summary: blame D7477268. Some callsites use UnboundedBlockingQueue with non-copyable CPUTasks, must also have std::move here. Reviewed By: yfeldblum Differential Revision: D7655710 fbshipit-source-id: cf8dba1df0c1703ffea1c0c0445c7d14deaf1d61
-
Nathan Bronson authored
Summary: Add missing markdown notation Reviewed By: shixiao Differential Revision: D7655769 fbshipit-source-id: a0db34846e48afd845b8878de84764d30330b096
-
Dave Watson authored
Summary: add try_take_for to BlockingQueue, utilizing new LifoSem::try_wait_for method. To be used to kill threads after an idle period in CPUThreadPoolExecutor. Reviewed By: magedm Differential Revision: D7477268 fbshipit-source-id: 76ea7fa1fc3b4b5f7a7529ce1424a91eef2ac7b1
-
Dave Watson authored
Summary: Linux's futex checks the waiter count atomically before grabbing the lock. This results in much better perf if there are no waiters and you call futexWake(). Add the same improvement to ParkingLot. Reviewed By: yfeldblum Differential Revision: D6639337 fbshipit-source-id: 6e03eff07e4c9ce327bc66d0aabd8cec051a5b19
-
Nikita Lutsenko authored
Summary: According to headers, `pthread_getname_np` and `pthread_setname_np` are available since iOS 3.2 and macOS 10.6. However, guarding just on min macOS version isn't going to work for iOS/watchOS/tvOS, because it's very rarely defined. So add another case for when `__IPHONE_OS_VERSION_MIN_REQUIRED` is defined and is above iOS 3.2, which will also make watchOS and tvOS work. Reviewed By: yfeldblum Differential Revision: D7648204 fbshipit-source-id: 1e608cdad3f39242eff79fbb6da8e560eeee720a
-
Jeffrey Shen authored
Summary: If the default inline executor is used for folly::window, and all the futures generated by the callback are also inline, then all spawn function calls (and their associated Futures) are added to the call stack and can overflow. This fixes that issue by using QueuedImmediateExecutor, which will put the executor callback into a thread-local queue, allowing the current function to exit and destruct all objects in its stack frame. Then, only the first call to QueuedImmediateExecutor in a thread is responsible for running each subsequent callback and will do so sequentially. This will end up allocating dynamic queues that reach a max size of two. It is possible to avoid a dynamic queue by writing a new Executor that only stores a single function, if that is too much of a performance cost. Reviewed By: yfeldblum Differential Revision: D7597731 fbshipit-source-id: cd8899e6c086ecff812050f7241e80f39c546706
-
Dan Melnic authored
Summary: Avoid creating a loop in the ThreadEntryList in onThreadExit Reviewed By: djwatson Differential Revision: D7632840 fbshipit-source-id: 409358aae16a8aed4ae654ebfeca994385b43a9e
-
Giuseppe Ottaviano authored
Summary: Neither GCC or Clang are able to optimize a `memcpy` where the length is known to be smaller than a word: a library call is generated. This is a simple implementation of a subword `loadUnaligned` to be used to read the tail of a buffer when reading one word at a time. Reviewed By: luciang Differential Revision: D7631978 fbshipit-source-id: d5719580e6bef82aa8e3fbdce8f873b569527a3a
-
- 16 Apr, 2018 2 commits
-
-
Adam Simpkins authored
Summary: This function is no longer used anywhere. Reviewed By: Orvid Differential Revision: D7597741 fbshipit-source-id: 296acfceb59293bbafc6f6bf9c67d951cf41f7be
-
Adam Simpkins authored
Summary: Update `make_temp_dir()` to use `shutil.rmtree()` to clean up rather than just `os.rmdir()`. If the function using this context manager throws it may leave behind files inside the temporary directory, and it is useful to always clean those up. Also update `read_fbcode_builder_config()` to work regardless of the current working directory. Previously this function only worked if the current working directory was the directory containing the configuration file. This makes sure that `read_fbcode_builder_config()` calls are always treated as relative to the directory containing the configuration file being read. Reviewed By: yfeldblum Differential Revision: D7597743 fbshipit-source-id: 817063104081336fcc0a9f825beb74d7d4377499
-