id summary reporter owner description type status milestone component version severity resolution keywords cc 9074 Performance inefficiencies in boost::libs::filesystem::src::operations.cpp Alexander Drichel Beman Dawes "line 1490 Large stack use Local variable ""info"" uses 16392 bytes of stack space, which exceeds the maximum single use of 10000 bytes. it should be replaced by uniqe_ptr union info_t { char buf[REPARSE_DATA_BUFFER_HEADER_SIZE+MAXIMUM_REPARSE_DATA_BUFFER_SIZE]; REPARSE_DATA_BUFFER rdb; } /*info*/; std::unique_ptr info( new info_t ); ... " Feature Requests new To Be Determined filesystem Boost 1.54.0 Optimization