- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
刚遇到this website .功能 9 是内存管理,他们声称他们的产品“自动释放 [es] 不再需要的内存”。
这是一种营销策略,还是你认为他们有什么诡计?他们是否只是根据 .Net 运行时在任何情况下提供的内容提出 claim (或者他们是否喘不过气来调用 GC.Collect())?
对产品并不真正感兴趣,DotFuscator 对我来说就足够了——我只是对如何实现这一点非常感兴趣。
最佳答案
有趣的。
一个 review from 2007包含这个:
{smartassembly} uses several different techniques to bring down the memory usage.
We asked the developers of {smartassembly} for some of the specifics, and they told us that by default the CLR reserves a ton of memory for .NET assemblies - whether or not they request it. So {smartassembly} intelligently detects when the CPU is idle (or thereabout) and increases or decreases the amount of reserved memory for your assembly according to its requirements - "automated" GC in a sense, except that memory may or may not have ever been in use.
In that same vein, {smartassembly} (with the benefit of literally having access to your source code thanks to the way .NET is designed) marks any and all classes that don't have any detectable "child" classes inheriting from them as "sealed" thereby reducing the amount of memory and CPU used by the CLR during run-time to determine what functions should be made available to other classes and libraries.
关于.net - SmartAssembly 内存管理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/339862/
我正在编译的网站上尝试使用 SmartAssembly 混淆工具。它适用于大多数代码,但 App_Code 中的任何类都不会被混淆。例如我在 App_Code 中有以下类(class) public
刚遇到this website .功能 9 是内存管理,他们声称他们的产品“自动释放 [es] 不再需要的内存”。 这是一种营销策略,还是你认为他们有什么诡计?他们是否只是根据 .Net 运行时在任何
我试用了 Smart Assembly,对它非常满意。它的错误报告功能很棒。依赖集成也是一个很酷的特性。我的问题是有没有像 Smart Assembly 一样工作的免费替代品? 我尝试了 Eazfus
我对用于异常处理的 SmartAssembly 解决方案感到满意,但我在 Red Gate forum 上报告了一个问题尚未解决。 SA 有哪些替代方案?我的意思是具有类似的功能(托管您的报告、向您发
这是一个有关 SmartAssembly 和 .NET 应用程序的简单问题。 - 我目前正在试验该软件,它似乎混淆了代码,但 My.Settings 仍然以纯文本形式可见? 因此,在混淆我的代码(使用
http://www.red-gate.com/products/dotnet-development/smartassembly/ 是否有类似 smartassembly for C++ 的程序可以
最近我发现了一些允许将 .Net 库合并到 Windows 应用程序中的工具。 现在真正的问题是库的行为如何改变, 内部 类是否保留在库内部?或者它是否成为应用程序的内部并与之合并? 是否有可能图书馆
我是一名优秀的程序员,十分优秀!